home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-01-06 | 598 b | 25 lines | [TEXT/MPS ] |
- #include "types.r"
- resource 'SIZE' (-1) {
- reserved,
- acceptSuspendResumeEvents,
- reserved,
- canBackground,
- notMultiFinderAware,
- onlyBackground,
- dontGetFrontClicks,
- ignoreChildDiedEvents,
- not32BitCompatible,
- isHighLevelEventAware,
- localAndRemoteHLEvents,
- notStationeryAware,
- dontUseTextEditServices,
- reserved,
- reserved,
- reserved,
- 20000, /* I made this want 20K because that's about the minimum that */
- 20000 /* is at all reasonable. Remember, when you're processing */
- /* Apple events you will have lots of handles created in your */
- /* heap by the AppleEvent Manager */
- };
-
-